xen/arm: use strcmp in device_tree_type_matches
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 13 Dec 2012 11:44:01 +0000 (11:44 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 13 Dec 2012 11:44:01 +0000 (11:44 +0000)
commitb232542c277228312e35b2a71e0f8dbb35854099
tree8688b93f55ab23e83c40daadde1dfffc437efe2f
parent01dedfbcdfbcbdf15ac3d60edc2d15536f999349
xen/arm: use strcmp in device_tree_type_matches

We want to match the exact string rather than the first subset.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/common/device_tree.c